object Dlg_About: TDlg_About Left = 319 Top = 188 BorderIcons = [] BorderStyle = bsDialog Caption = 'Info' ClientHeight = 286 ClientWidth = 369 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object logo: TImage Left = 24 Top = 24 Width = 73 Height = 73 Picture.Data = {} end object Shape1: TShape Left = 114 Top = 24 Width = 1 Height = 200 end object Label1: TLabel Left = 128 Top = 192 Width = 152 Height = 13 Caption = 'Copyright 2001-2006 Polpress.pl' end object Label2: TLabel Left = 128 Top = 24 Width = 152 Height = 13 Caption = 'Uaktualnienia i informacje:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 128 Top = 40 Width = 77 Height = 13 Caption = 'www.polpress.pl' end object Label4: TLabel Left = 128 Top = 56 Width = 115 Height = 13 Caption = 'e-mail: polpress@onet.pl' end object Label5: TLabel Left = 128 Top = 80 Width = 121 Height = 13 Caption = 'Wersja niezarejestrowana' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object btnOK: TButton Left = 176 Top = 248 Width = 81 Height = 25 Caption = 'OK' TabOrder = 0 OnClick = btnOKClick OnKeyPress = FormKeyPress end object btnWWW: TButton Left = 272 Top = 248 Width = 81 Height = 25 Caption = 'Strona WWW' TabOrder = 1 OnClick = btnWWWClick OnKeyPress = FormKeyPress end object checkInfo: TCheckBox Left = 128 Top = 207 Width = 145 Height = 17 Caption = 'info na wydruku' Checked = True State = cbChecked TabOrder = 2 Visible = False end end